<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="MF-I_arquivos/estilo.css">
<link rel="stylesheet" href="MF-I_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="MF-I_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="MF-I_arquivos/jquery.js" type="text/javascript"></script>
<script src="MF-I_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="MF-I_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="MF-I_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | I - Mdia Final</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="6" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="27" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96451" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="Mdia Final" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;478488&nbsp;ALECIO FERNANDES RAFAEL
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="478488" type="hidden"></td>
            
            <td id="colunaNotaAluno_478488_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_154" id="ci_AlunoAvaliacao_478488_154" value="" type="hidden">
                <input name="nr_Nota_478488_154" id="nr_Nota_478488_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_160" id="ci_AlunoAvaliacao_478488_160" value="" type="hidden">
                <input name="nr_Nota_478488_160" id="nr_Nota_478488_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_530" id="ci_AlunoAvaliacao_478488_530" value="" type="hidden">
                <input name="nr_Nota_478488_530" id="nr_Nota_478488_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_780" id="ci_AlunoAvaliacao_478488_780" value="" type="hidden">
                <input name="nr_Nota_478488_780" id="nr_Nota_478488_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_800" id="ci_AlunoAvaliacao_478488_800" value="" type="hidden">
                <input name="nr_Nota_478488_800" id="nr_Nota_478488_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_890" id="ci_AlunoAvaliacao_478488_890" value="" type="hidden">
                <input name="nr_Nota_478488_890" id="nr_Nota_478488_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_970" id="ci_AlunoAvaliacao_478488_970" value="" type="hidden">
                <input name="nr_Nota_478488_970" id="nr_Nota_478488_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_3330" id="ci_AlunoAvaliacao_478488_3330" value="" type="hidden">
                <input name="nr_Nota_478488_3330" id="nr_Nota_478488_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_1130" id="ci_AlunoAvaliacao_478488_1130" value="" type="hidden">
                <input name="nr_Nota_478488_1130" id="nr_Nota_478488_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_1140" id="ci_AlunoAvaliacao_478488_1140" value="" type="hidden">
                <input name="nr_Nota_478488_1140" id="nr_Nota_478488_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_1200" id="ci_AlunoAvaliacao_478488_1200" value="" type="hidden">
                <input name="nr_Nota_478488_1200" id="nr_Nota_478488_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_1620" id="ci_AlunoAvaliacao_478488_1620" value="" type="hidden">
                <input name="nr_Nota_478488_1620" id="nr_Nota_478488_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_478488_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_478488_1730" id="ci_AlunoAvaliacao_478488_1730" value="" type="hidden">
                <input name="nr_Nota_478488_1730" id="nr_Nota_478488_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2583204&nbsp;ANA BEATRIZ DE ALBUQUERQUE CASTRO
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="2583204" type="hidden"></td>
            
            <td id="colunaNotaAluno_2583204_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_154" id="ci_AlunoAvaliacao_2583204_154" value="" type="hidden">
                <input name="nr_Nota_2583204_154" id="nr_Nota_2583204_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_160" id="ci_AlunoAvaliacao_2583204_160" value="" type="hidden">
                <input name="nr_Nota_2583204_160" id="nr_Nota_2583204_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_530" id="ci_AlunoAvaliacao_2583204_530" value="" type="hidden">
                <input name="nr_Nota_2583204_530" id="nr_Nota_2583204_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_780" id="ci_AlunoAvaliacao_2583204_780" value="" type="hidden">
                <input name="nr_Nota_2583204_780" id="nr_Nota_2583204_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_800" id="ci_AlunoAvaliacao_2583204_800" value="" type="hidden">
                <input name="nr_Nota_2583204_800" id="nr_Nota_2583204_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_890" id="ci_AlunoAvaliacao_2583204_890" value="" type="hidden">
                <input name="nr_Nota_2583204_890" id="nr_Nota_2583204_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_970" id="ci_AlunoAvaliacao_2583204_970" value="" type="hidden">
                <input name="nr_Nota_2583204_970" id="nr_Nota_2583204_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_3330" id="ci_AlunoAvaliacao_2583204_3330" value="" type="hidden">
                <input name="nr_Nota_2583204_3330" id="nr_Nota_2583204_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_1130" id="ci_AlunoAvaliacao_2583204_1130" value="" type="hidden">
                <input name="nr_Nota_2583204_1130" id="nr_Nota_2583204_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_1140" id="ci_AlunoAvaliacao_2583204_1140" value="" type="hidden">
                <input name="nr_Nota_2583204_1140" id="nr_Nota_2583204_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_1200" id="ci_AlunoAvaliacao_2583204_1200" value="" type="hidden">
                <input name="nr_Nota_2583204_1200" id="nr_Nota_2583204_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_1620" id="ci_AlunoAvaliacao_2583204_1620" value="" type="hidden">
                <input name="nr_Nota_2583204_1620" id="nr_Nota_2583204_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2583204_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2583204_1730" id="ci_AlunoAvaliacao_2583204_1730" value="" type="hidden">
                <input name="nr_Nota_2583204_1730" id="nr_Nota_2583204_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;770964&nbsp;ANA JESEBEL DA SILVA BRASIL
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="770964" type="hidden"></td>
            
            <td id="colunaNotaAluno_770964_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_154" id="ci_AlunoAvaliacao_770964_154" value="" type="hidden">
                <input name="nr_Nota_770964_154" id="nr_Nota_770964_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_160" id="ci_AlunoAvaliacao_770964_160" value="" type="hidden">
                <input name="nr_Nota_770964_160" id="nr_Nota_770964_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_530" id="ci_AlunoAvaliacao_770964_530" value="" type="hidden">
                <input name="nr_Nota_770964_530" id="nr_Nota_770964_530" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_780" id="ci_AlunoAvaliacao_770964_780" value="" type="hidden">
                <input name="nr_Nota_770964_780" id="nr_Nota_770964_780" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_800" id="ci_AlunoAvaliacao_770964_800" value="" type="hidden">
                <input name="nr_Nota_770964_800" id="nr_Nota_770964_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_890" id="ci_AlunoAvaliacao_770964_890" value="" type="hidden">
                <input name="nr_Nota_770964_890" id="nr_Nota_770964_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_970" id="ci_AlunoAvaliacao_770964_970" value="" type="hidden">
                <input name="nr_Nota_770964_970" id="nr_Nota_770964_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_3330" id="ci_AlunoAvaliacao_770964_3330" value="" type="hidden">
                <input name="nr_Nota_770964_3330" id="nr_Nota_770964_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_1130" id="ci_AlunoAvaliacao_770964_1130" value="" type="hidden">
                <input name="nr_Nota_770964_1130" id="nr_Nota_770964_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_1140" id="ci_AlunoAvaliacao_770964_1140" value="" type="hidden">
                <input name="nr_Nota_770964_1140" id="nr_Nota_770964_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_1200" id="ci_AlunoAvaliacao_770964_1200" value="" type="hidden">
                <input name="nr_Nota_770964_1200" id="nr_Nota_770964_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_1620" id="ci_AlunoAvaliacao_770964_1620" value="" type="hidden">
                <input name="nr_Nota_770964_1620" id="nr_Nota_770964_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_770964_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_770964_1730" id="ci_AlunoAvaliacao_770964_1730" value="" type="hidden">
                <input name="nr_Nota_770964_1730" id="nr_Nota_770964_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1694696&nbsp;ANTONIA GERMANA PEREIRA SANTOS
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="1694696" type="hidden"></td>
            
            <td id="colunaNotaAluno_1694696_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_154" id="ci_AlunoAvaliacao_1694696_154" value="" type="hidden">
                <input name="nr_Nota_1694696_154" id="nr_Nota_1694696_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_160" id="ci_AlunoAvaliacao_1694696_160" value="" type="hidden">
                <input name="nr_Nota_1694696_160" id="nr_Nota_1694696_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_530" id="ci_AlunoAvaliacao_1694696_530" value="" type="hidden">
                <input name="nr_Nota_1694696_530" id="nr_Nota_1694696_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_780" id="ci_AlunoAvaliacao_1694696_780" value="" type="hidden">
                <input name="nr_Nota_1694696_780" id="nr_Nota_1694696_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_800" id="ci_AlunoAvaliacao_1694696_800" value="" type="hidden">
                <input name="nr_Nota_1694696_800" id="nr_Nota_1694696_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_890" id="ci_AlunoAvaliacao_1694696_890" value="" type="hidden">
                <input name="nr_Nota_1694696_890" id="nr_Nota_1694696_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_970" id="ci_AlunoAvaliacao_1694696_970" value="" type="hidden">
                <input name="nr_Nota_1694696_970" id="nr_Nota_1694696_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_3330" id="ci_AlunoAvaliacao_1694696_3330" value="" type="hidden">
                <input name="nr_Nota_1694696_3330" id="nr_Nota_1694696_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_1130" id="ci_AlunoAvaliacao_1694696_1130" value="" type="hidden">
                <input name="nr_Nota_1694696_1130" id="nr_Nota_1694696_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_1140" id="ci_AlunoAvaliacao_1694696_1140" value="" type="hidden">
                <input name="nr_Nota_1694696_1140" id="nr_Nota_1694696_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_1200" id="ci_AlunoAvaliacao_1694696_1200" value="" type="hidden">
                <input name="nr_Nota_1694696_1200" id="nr_Nota_1694696_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_1620" id="ci_AlunoAvaliacao_1694696_1620" value="" type="hidden">
                <input name="nr_Nota_1694696_1620" id="nr_Nota_1694696_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1694696_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1694696_1730" id="ci_AlunoAvaliacao_1694696_1730" value="" type="hidden">
                <input name="nr_Nota_1694696_1730" id="nr_Nota_1694696_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1151287&nbsp;BARBARA LETICIA ALVES PESSOA
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1151287" type="hidden"></td>
            
            <td id="colunaNotaAluno_1151287_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_154" id="ci_AlunoAvaliacao_1151287_154" value="" type="hidden">
                <input name="nr_Nota_1151287_154" id="nr_Nota_1151287_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_160" id="ci_AlunoAvaliacao_1151287_160" value="" type="hidden">
                <input name="nr_Nota_1151287_160" id="nr_Nota_1151287_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_530" id="ci_AlunoAvaliacao_1151287_530" value="" type="hidden">
                <input name="nr_Nota_1151287_530" id="nr_Nota_1151287_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_780" id="ci_AlunoAvaliacao_1151287_780" value="" type="hidden">
                <input name="nr_Nota_1151287_780" id="nr_Nota_1151287_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_800" id="ci_AlunoAvaliacao_1151287_800" value="" type="hidden">
                <input name="nr_Nota_1151287_800" id="nr_Nota_1151287_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_890" id="ci_AlunoAvaliacao_1151287_890" value="" type="hidden">
                <input name="nr_Nota_1151287_890" id="nr_Nota_1151287_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_970" id="ci_AlunoAvaliacao_1151287_970" value="" type="hidden">
                <input name="nr_Nota_1151287_970" id="nr_Nota_1151287_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_3330" id="ci_AlunoAvaliacao_1151287_3330" value="" type="hidden">
                <input name="nr_Nota_1151287_3330" id="nr_Nota_1151287_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_1130" id="ci_AlunoAvaliacao_1151287_1130" value="" type="hidden">
                <input name="nr_Nota_1151287_1130" id="nr_Nota_1151287_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_1140" id="ci_AlunoAvaliacao_1151287_1140" value="" type="hidden">
                <input name="nr_Nota_1151287_1140" id="nr_Nota_1151287_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_1200" id="ci_AlunoAvaliacao_1151287_1200" value="" type="hidden">
                <input name="nr_Nota_1151287_1200" id="nr_Nota_1151287_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_1620" id="ci_AlunoAvaliacao_1151287_1620" value="" type="hidden">
                <input name="nr_Nota_1151287_1620" id="nr_Nota_1151287_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1151287_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1151287_1730" id="ci_AlunoAvaliacao_1151287_1730" value="" type="hidden">
                <input name="nr_Nota_1151287_1730" id="nr_Nota_1151287_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;39077&nbsp;BRENA KEZIA DE SOUSA LEITE
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="39077" type="hidden"></td>
            
            <td id="colunaNotaAluno_39077_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_154" id="ci_AlunoAvaliacao_39077_154" value="" type="hidden">
                <input name="nr_Nota_39077_154" id="nr_Nota_39077_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_160" id="ci_AlunoAvaliacao_39077_160" value="" type="hidden">
                <input name="nr_Nota_39077_160" id="nr_Nota_39077_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_530" id="ci_AlunoAvaliacao_39077_530" value="" type="hidden">
                <input name="nr_Nota_39077_530" id="nr_Nota_39077_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_780" id="ci_AlunoAvaliacao_39077_780" value="" type="hidden">
                <input name="nr_Nota_39077_780" id="nr_Nota_39077_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_800" id="ci_AlunoAvaliacao_39077_800" value="" type="hidden">
                <input name="nr_Nota_39077_800" id="nr_Nota_39077_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_890" id="ci_AlunoAvaliacao_39077_890" value="" type="hidden">
                <input name="nr_Nota_39077_890" id="nr_Nota_39077_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_970" id="ci_AlunoAvaliacao_39077_970" value="" type="hidden">
                <input name="nr_Nota_39077_970" id="nr_Nota_39077_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_3330" id="ci_AlunoAvaliacao_39077_3330" value="" type="hidden">
                <input name="nr_Nota_39077_3330" id="nr_Nota_39077_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_1130" id="ci_AlunoAvaliacao_39077_1130" value="" type="hidden">
                <input name="nr_Nota_39077_1130" id="nr_Nota_39077_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_1140" id="ci_AlunoAvaliacao_39077_1140" value="" type="hidden">
                <input name="nr_Nota_39077_1140" id="nr_Nota_39077_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_1200" id="ci_AlunoAvaliacao_39077_1200" value="" type="hidden">
                <input name="nr_Nota_39077_1200" id="nr_Nota_39077_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_1620" id="ci_AlunoAvaliacao_39077_1620" value="" type="hidden">
                <input name="nr_Nota_39077_1620" id="nr_Nota_39077_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_39077_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_39077_1730" id="ci_AlunoAvaliacao_39077_1730" value="" type="hidden">
                <input name="nr_Nota_39077_1730" id="nr_Nota_39077_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;635170&nbsp;BRUNO DA SILVA FREIRE
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="635170" type="hidden"></td>
            
            <td id="colunaNotaAluno_635170_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_154" id="ci_AlunoAvaliacao_635170_154" value="" type="hidden">
                <input name="nr_Nota_635170_154" id="nr_Nota_635170_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_160" id="ci_AlunoAvaliacao_635170_160" value="" type="hidden">
                <input name="nr_Nota_635170_160" id="nr_Nota_635170_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_530" id="ci_AlunoAvaliacao_635170_530" value="" type="hidden">
                <input name="nr_Nota_635170_530" id="nr_Nota_635170_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_780" id="ci_AlunoAvaliacao_635170_780" value="" type="hidden">
                <input name="nr_Nota_635170_780" id="nr_Nota_635170_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_800" id="ci_AlunoAvaliacao_635170_800" value="" type="hidden">
                <input name="nr_Nota_635170_800" id="nr_Nota_635170_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_890" id="ci_AlunoAvaliacao_635170_890" value="" type="hidden">
                <input name="nr_Nota_635170_890" id="nr_Nota_635170_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_970" id="ci_AlunoAvaliacao_635170_970" value="" type="hidden">
                <input name="nr_Nota_635170_970" id="nr_Nota_635170_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_3330" id="ci_AlunoAvaliacao_635170_3330" value="" type="hidden">
                <input name="nr_Nota_635170_3330" id="nr_Nota_635170_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_1130" id="ci_AlunoAvaliacao_635170_1130" value="" type="hidden">
                <input name="nr_Nota_635170_1130" id="nr_Nota_635170_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_1140" id="ci_AlunoAvaliacao_635170_1140" value="" type="hidden">
                <input name="nr_Nota_635170_1140" id="nr_Nota_635170_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_1200" id="ci_AlunoAvaliacao_635170_1200" value="" type="hidden">
                <input name="nr_Nota_635170_1200" id="nr_Nota_635170_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_1620" id="ci_AlunoAvaliacao_635170_1620" value="" type="hidden">
                <input name="nr_Nota_635170_1620" id="nr_Nota_635170_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_635170_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_635170_1730" id="ci_AlunoAvaliacao_635170_1730" value="" type="hidden">
                <input name="nr_Nota_635170_1730" id="nr_Nota_635170_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;902386&nbsp;DAIANA VIANA DE SOUSA
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="902386" type="hidden"></td>
            
            <td id="colunaNotaAluno_902386_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_154" id="ci_AlunoAvaliacao_902386_154" value="" type="hidden">
                <input name="nr_Nota_902386_154" id="nr_Nota_902386_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_160" id="ci_AlunoAvaliacao_902386_160" value="" type="hidden">
                <input name="nr_Nota_902386_160" id="nr_Nota_902386_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_530" id="ci_AlunoAvaliacao_902386_530" value="" type="hidden">
                <input name="nr_Nota_902386_530" id="nr_Nota_902386_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_780" id="ci_AlunoAvaliacao_902386_780" value="" type="hidden">
                <input name="nr_Nota_902386_780" id="nr_Nota_902386_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_800" id="ci_AlunoAvaliacao_902386_800" value="" type="hidden">
                <input name="nr_Nota_902386_800" id="nr_Nota_902386_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_890" id="ci_AlunoAvaliacao_902386_890" value="" type="hidden">
                <input name="nr_Nota_902386_890" id="nr_Nota_902386_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_970" id="ci_AlunoAvaliacao_902386_970" value="" type="hidden">
                <input name="nr_Nota_902386_970" id="nr_Nota_902386_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_3330" id="ci_AlunoAvaliacao_902386_3330" value="" type="hidden">
                <input name="nr_Nota_902386_3330" id="nr_Nota_902386_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_1130" id="ci_AlunoAvaliacao_902386_1130" value="" type="hidden">
                <input name="nr_Nota_902386_1130" id="nr_Nota_902386_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_1140" id="ci_AlunoAvaliacao_902386_1140" value="" type="hidden">
                <input name="nr_Nota_902386_1140" id="nr_Nota_902386_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_1200" id="ci_AlunoAvaliacao_902386_1200" value="" type="hidden">
                <input name="nr_Nota_902386_1200" id="nr_Nota_902386_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_1620" id="ci_AlunoAvaliacao_902386_1620" value="" type="hidden">
                <input name="nr_Nota_902386_1620" id="nr_Nota_902386_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902386_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902386_1730" id="ci_AlunoAvaliacao_902386_1730" value="" type="hidden">
                <input name="nr_Nota_902386_1730" id="nr_Nota_902386_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;179721&nbsp;DAVID GOMES BARROSO
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="179721" type="hidden"></td>
            
            <td id="colunaNotaAluno_179721_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_154" id="ci_AlunoAvaliacao_179721_154" value="" type="hidden">
                <input name="nr_Nota_179721_154" id="nr_Nota_179721_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_160" id="ci_AlunoAvaliacao_179721_160" value="" type="hidden">
                <input name="nr_Nota_179721_160" id="nr_Nota_179721_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_530" id="ci_AlunoAvaliacao_179721_530" value="" type="hidden">
                <input name="nr_Nota_179721_530" id="nr_Nota_179721_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_780" id="ci_AlunoAvaliacao_179721_780" value="" type="hidden">
                <input name="nr_Nota_179721_780" id="nr_Nota_179721_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_800" id="ci_AlunoAvaliacao_179721_800" value="" type="hidden">
                <input name="nr_Nota_179721_800" id="nr_Nota_179721_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_890" id="ci_AlunoAvaliacao_179721_890" value="" type="hidden">
                <input name="nr_Nota_179721_890" id="nr_Nota_179721_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_970" id="ci_AlunoAvaliacao_179721_970" value="" type="hidden">
                <input name="nr_Nota_179721_970" id="nr_Nota_179721_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_3330" id="ci_AlunoAvaliacao_179721_3330" value="" type="hidden">
                <input name="nr_Nota_179721_3330" id="nr_Nota_179721_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_1130" id="ci_AlunoAvaliacao_179721_1130" value="" type="hidden">
                <input name="nr_Nota_179721_1130" id="nr_Nota_179721_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_1140" id="ci_AlunoAvaliacao_179721_1140" value="" type="hidden">
                <input name="nr_Nota_179721_1140" id="nr_Nota_179721_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_1200" id="ci_AlunoAvaliacao_179721_1200" value="" type="hidden">
                <input name="nr_Nota_179721_1200" id="nr_Nota_179721_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_1620" id="ci_AlunoAvaliacao_179721_1620" value="" type="hidden">
                <input name="nr_Nota_179721_1620" id="nr_Nota_179721_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_179721_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_179721_1730" id="ci_AlunoAvaliacao_179721_1730" value="" type="hidden">
                <input name="nr_Nota_179721_1730" id="nr_Nota_179721_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1172463&nbsp;ELIZABETH EDUARDO FERREIRA
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="1172463" type="hidden"></td>
            
            <td id="colunaNotaAluno_1172463_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_154" id="ci_AlunoAvaliacao_1172463_154" value="" type="hidden">
                <input name="nr_Nota_1172463_154" id="nr_Nota_1172463_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_160" id="ci_AlunoAvaliacao_1172463_160" value="" type="hidden">
                <input name="nr_Nota_1172463_160" id="nr_Nota_1172463_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_530" id="ci_AlunoAvaliacao_1172463_530" value="" type="hidden">
                <input name="nr_Nota_1172463_530" id="nr_Nota_1172463_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_780" id="ci_AlunoAvaliacao_1172463_780" value="" type="hidden">
                <input name="nr_Nota_1172463_780" id="nr_Nota_1172463_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_800" id="ci_AlunoAvaliacao_1172463_800" value="" type="hidden">
                <input name="nr_Nota_1172463_800" id="nr_Nota_1172463_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_890" id="ci_AlunoAvaliacao_1172463_890" value="" type="hidden">
                <input name="nr_Nota_1172463_890" id="nr_Nota_1172463_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_970" id="ci_AlunoAvaliacao_1172463_970" value="" type="hidden">
                <input name="nr_Nota_1172463_970" id="nr_Nota_1172463_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_3330" id="ci_AlunoAvaliacao_1172463_3330" value="" type="hidden">
                <input name="nr_Nota_1172463_3330" id="nr_Nota_1172463_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_1130" id="ci_AlunoAvaliacao_1172463_1130" value="" type="hidden">
                <input name="nr_Nota_1172463_1130" id="nr_Nota_1172463_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_1140" id="ci_AlunoAvaliacao_1172463_1140" value="" type="hidden">
                <input name="nr_Nota_1172463_1140" id="nr_Nota_1172463_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_1200" id="ci_AlunoAvaliacao_1172463_1200" value="" type="hidden">
                <input name="nr_Nota_1172463_1200" id="nr_Nota_1172463_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_1620" id="ci_AlunoAvaliacao_1172463_1620" value="" type="hidden">
                <input name="nr_Nota_1172463_1620" id="nr_Nota_1172463_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1172463_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1172463_1730" id="ci_AlunoAvaliacao_1172463_1730" value="" type="hidden">
                <input name="nr_Nota_1172463_1730" id="nr_Nota_1172463_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1233385&nbsp;ERIC BRENO SANTOS DE MELO
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="1233385" type="hidden"></td>
            
            <td id="colunaNotaAluno_1233385_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_154" id="ci_AlunoAvaliacao_1233385_154" value="" type="hidden">
                <input name="nr_Nota_1233385_154" id="nr_Nota_1233385_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_160" id="ci_AlunoAvaliacao_1233385_160" value="" type="hidden">
                <input name="nr_Nota_1233385_160" id="nr_Nota_1233385_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_530" id="ci_AlunoAvaliacao_1233385_530" value="" type="hidden">
                <input name="nr_Nota_1233385_530" id="nr_Nota_1233385_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_780" id="ci_AlunoAvaliacao_1233385_780" value="" type="hidden">
                <input name="nr_Nota_1233385_780" id="nr_Nota_1233385_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_800" id="ci_AlunoAvaliacao_1233385_800" value="" type="hidden">
                <input name="nr_Nota_1233385_800" id="nr_Nota_1233385_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_890" id="ci_AlunoAvaliacao_1233385_890" value="" type="hidden">
                <input name="nr_Nota_1233385_890" id="nr_Nota_1233385_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_970" id="ci_AlunoAvaliacao_1233385_970" value="" type="hidden">
                <input name="nr_Nota_1233385_970" id="nr_Nota_1233385_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_3330" id="ci_AlunoAvaliacao_1233385_3330" value="" type="hidden">
                <input name="nr_Nota_1233385_3330" id="nr_Nota_1233385_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_1130" id="ci_AlunoAvaliacao_1233385_1130" value="" type="hidden">
                <input name="nr_Nota_1233385_1130" id="nr_Nota_1233385_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_1140" id="ci_AlunoAvaliacao_1233385_1140" value="" type="hidden">
                <input name="nr_Nota_1233385_1140" id="nr_Nota_1233385_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_1200" id="ci_AlunoAvaliacao_1233385_1200" value="" type="hidden">
                <input name="nr_Nota_1233385_1200" id="nr_Nota_1233385_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_1620" id="ci_AlunoAvaliacao_1233385_1620" value="" type="hidden">
                <input name="nr_Nota_1233385_1620" id="nr_Nota_1233385_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1233385_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1233385_1730" id="ci_AlunoAvaliacao_1233385_1730" value="" type="hidden">
                <input name="nr_Nota_1233385_1730" id="nr_Nota_1233385_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;401310&nbsp;FRANCISCA ELIDA PEREIRA DA SILVA
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="401310" type="hidden"></td>
            
            <td id="colunaNotaAluno_401310_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_154" id="ci_AlunoAvaliacao_401310_154" value="" type="hidden">
                <input name="nr_Nota_401310_154" id="nr_Nota_401310_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_160" id="ci_AlunoAvaliacao_401310_160" value="" type="hidden">
                <input name="nr_Nota_401310_160" id="nr_Nota_401310_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_530" id="ci_AlunoAvaliacao_401310_530" value="" type="hidden">
                <input name="nr_Nota_401310_530" id="nr_Nota_401310_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_780" id="ci_AlunoAvaliacao_401310_780" value="" type="hidden">
                <input name="nr_Nota_401310_780" id="nr_Nota_401310_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_800" id="ci_AlunoAvaliacao_401310_800" value="" type="hidden">
                <input name="nr_Nota_401310_800" id="nr_Nota_401310_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_890" id="ci_AlunoAvaliacao_401310_890" value="" type="hidden">
                <input name="nr_Nota_401310_890" id="nr_Nota_401310_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_970" id="ci_AlunoAvaliacao_401310_970" value="" type="hidden">
                <input name="nr_Nota_401310_970" id="nr_Nota_401310_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_3330" id="ci_AlunoAvaliacao_401310_3330" value="" type="hidden">
                <input name="nr_Nota_401310_3330" id="nr_Nota_401310_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_1130" id="ci_AlunoAvaliacao_401310_1130" value="" type="hidden">
                <input name="nr_Nota_401310_1130" id="nr_Nota_401310_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_1140" id="ci_AlunoAvaliacao_401310_1140" value="" type="hidden">
                <input name="nr_Nota_401310_1140" id="nr_Nota_401310_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_1200" id="ci_AlunoAvaliacao_401310_1200" value="" type="hidden">
                <input name="nr_Nota_401310_1200" id="nr_Nota_401310_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_1620" id="ci_AlunoAvaliacao_401310_1620" value="" type="hidden">
                <input name="nr_Nota_401310_1620" id="nr_Nota_401310_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401310_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401310_1730" id="ci_AlunoAvaliacao_401310_1730" value="" type="hidden">
                <input name="nr_Nota_401310_1730" id="nr_Nota_401310_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;612601&nbsp;FRANCISCA MAYARA FERNANDES
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="612601" type="hidden"></td>
            
            <td id="colunaNotaAluno_612601_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_154" id="ci_AlunoAvaliacao_612601_154" value="" type="hidden">
                <input name="nr_Nota_612601_154" id="nr_Nota_612601_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_160" id="ci_AlunoAvaliacao_612601_160" value="" type="hidden">
                <input name="nr_Nota_612601_160" id="nr_Nota_612601_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_530" id="ci_AlunoAvaliacao_612601_530" value="" type="hidden">
                <input name="nr_Nota_612601_530" id="nr_Nota_612601_530" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_780" id="ci_AlunoAvaliacao_612601_780" value="" type="hidden">
                <input name="nr_Nota_612601_780" id="nr_Nota_612601_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_800" id="ci_AlunoAvaliacao_612601_800" value="" type="hidden">
                <input name="nr_Nota_612601_800" id="nr_Nota_612601_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_890" id="ci_AlunoAvaliacao_612601_890" value="" type="hidden">
                <input name="nr_Nota_612601_890" id="nr_Nota_612601_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_970" id="ci_AlunoAvaliacao_612601_970" value="" type="hidden">
                <input name="nr_Nota_612601_970" id="nr_Nota_612601_970" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_3330" id="ci_AlunoAvaliacao_612601_3330" value="" type="hidden">
                <input name="nr_Nota_612601_3330" id="nr_Nota_612601_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_1130" id="ci_AlunoAvaliacao_612601_1130" value="" type="hidden">
                <input name="nr_Nota_612601_1130" id="nr_Nota_612601_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_1140" id="ci_AlunoAvaliacao_612601_1140" value="" type="hidden">
                <input name="nr_Nota_612601_1140" id="nr_Nota_612601_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_1200" id="ci_AlunoAvaliacao_612601_1200" value="" type="hidden">
                <input name="nr_Nota_612601_1200" id="nr_Nota_612601_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_1620" id="ci_AlunoAvaliacao_612601_1620" value="" type="hidden">
                <input name="nr_Nota_612601_1620" id="nr_Nota_612601_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_612601_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_612601_1730" id="ci_AlunoAvaliacao_612601_1730" value="" type="hidden">
                <input name="nr_Nota_612601_1730" id="nr_Nota_612601_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1305354&nbsp;GABRIELLA GADELHA MOREIRA
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="1305354" type="hidden"></td>
            
            <td id="colunaNotaAluno_1305354_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_154" id="ci_AlunoAvaliacao_1305354_154" value="" type="hidden">
                <input name="nr_Nota_1305354_154" id="nr_Nota_1305354_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_160" id="ci_AlunoAvaliacao_1305354_160" value="" type="hidden">
                <input name="nr_Nota_1305354_160" id="nr_Nota_1305354_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_530" id="ci_AlunoAvaliacao_1305354_530" value="" type="hidden">
                <input name="nr_Nota_1305354_530" id="nr_Nota_1305354_530" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_780" id="ci_AlunoAvaliacao_1305354_780" value="" type="hidden">
                <input name="nr_Nota_1305354_780" id="nr_Nota_1305354_780" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_800" id="ci_AlunoAvaliacao_1305354_800" value="" type="hidden">
                <input name="nr_Nota_1305354_800" id="nr_Nota_1305354_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_890" id="ci_AlunoAvaliacao_1305354_890" value="" type="hidden">
                <input name="nr_Nota_1305354_890" id="nr_Nota_1305354_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_970" id="ci_AlunoAvaliacao_1305354_970" value="" type="hidden">
                <input name="nr_Nota_1305354_970" id="nr_Nota_1305354_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_3330" id="ci_AlunoAvaliacao_1305354_3330" value="" type="hidden">
                <input name="nr_Nota_1305354_3330" id="nr_Nota_1305354_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_1130" id="ci_AlunoAvaliacao_1305354_1130" value="" type="hidden">
                <input name="nr_Nota_1305354_1130" id="nr_Nota_1305354_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_1140" id="ci_AlunoAvaliacao_1305354_1140" value="" type="hidden">
                <input name="nr_Nota_1305354_1140" id="nr_Nota_1305354_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_1200" id="ci_AlunoAvaliacao_1305354_1200" value="" type="hidden">
                <input name="nr_Nota_1305354_1200" id="nr_Nota_1305354_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_1620" id="ci_AlunoAvaliacao_1305354_1620" value="" type="hidden">
                <input name="nr_Nota_1305354_1620" id="nr_Nota_1305354_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305354_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305354_1730" id="ci_AlunoAvaliacao_1305354_1730" value="" type="hidden">
                <input name="nr_Nota_1305354_1730" id="nr_Nota_1305354_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1195376&nbsp;JANDSON RODRIGUES DE ALENCAR
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="1195376" type="hidden"></td>
            
            <td id="colunaNotaAluno_1195376_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_154" id="ci_AlunoAvaliacao_1195376_154" value="" type="hidden">
                <input name="nr_Nota_1195376_154" id="nr_Nota_1195376_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_160" id="ci_AlunoAvaliacao_1195376_160" value="" type="hidden">
                <input name="nr_Nota_1195376_160" id="nr_Nota_1195376_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_530" id="ci_AlunoAvaliacao_1195376_530" value="" type="hidden">
                <input name="nr_Nota_1195376_530" id="nr_Nota_1195376_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_780" id="ci_AlunoAvaliacao_1195376_780" value="" type="hidden">
                <input name="nr_Nota_1195376_780" id="nr_Nota_1195376_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_800" id="ci_AlunoAvaliacao_1195376_800" value="" type="hidden">
                <input name="nr_Nota_1195376_800" id="nr_Nota_1195376_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_890" id="ci_AlunoAvaliacao_1195376_890" value="" type="hidden">
                <input name="nr_Nota_1195376_890" id="nr_Nota_1195376_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_970" id="ci_AlunoAvaliacao_1195376_970" value="" type="hidden">
                <input name="nr_Nota_1195376_970" id="nr_Nota_1195376_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_3330" id="ci_AlunoAvaliacao_1195376_3330" value="" type="hidden">
                <input name="nr_Nota_1195376_3330" id="nr_Nota_1195376_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_1130" id="ci_AlunoAvaliacao_1195376_1130" value="" type="hidden">
                <input name="nr_Nota_1195376_1130" id="nr_Nota_1195376_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_1140" id="ci_AlunoAvaliacao_1195376_1140" value="" type="hidden">
                <input name="nr_Nota_1195376_1140" id="nr_Nota_1195376_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_1200" id="ci_AlunoAvaliacao_1195376_1200" value="" type="hidden">
                <input name="nr_Nota_1195376_1200" id="nr_Nota_1195376_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_1620" id="ci_AlunoAvaliacao_1195376_1620" value="" type="hidden">
                <input name="nr_Nota_1195376_1620" id="nr_Nota_1195376_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195376_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195376_1730" id="ci_AlunoAvaliacao_1195376_1730" value="" type="hidden">
                <input name="nr_Nota_1195376_1730" id="nr_Nota_1195376_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;672303&nbsp;JOELSON BATISTA POLICARPO DE ARAUJO
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="672303" type="hidden"></td>
            
            <td id="colunaNotaAluno_672303_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_154" id="ci_AlunoAvaliacao_672303_154" value="" type="hidden">
                <input name="nr_Nota_672303_154" id="nr_Nota_672303_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_160" id="ci_AlunoAvaliacao_672303_160" value="" type="hidden">
                <input name="nr_Nota_672303_160" id="nr_Nota_672303_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_530" id="ci_AlunoAvaliacao_672303_530" value="" type="hidden">
                <input name="nr_Nota_672303_530" id="nr_Nota_672303_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_780" id="ci_AlunoAvaliacao_672303_780" value="" type="hidden">
                <input name="nr_Nota_672303_780" id="nr_Nota_672303_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_800" id="ci_AlunoAvaliacao_672303_800" value="" type="hidden">
                <input name="nr_Nota_672303_800" id="nr_Nota_672303_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_890" id="ci_AlunoAvaliacao_672303_890" value="" type="hidden">
                <input name="nr_Nota_672303_890" id="nr_Nota_672303_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_970" id="ci_AlunoAvaliacao_672303_970" value="" type="hidden">
                <input name="nr_Nota_672303_970" id="nr_Nota_672303_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_3330" id="ci_AlunoAvaliacao_672303_3330" value="" type="hidden">
                <input name="nr_Nota_672303_3330" id="nr_Nota_672303_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_1130" id="ci_AlunoAvaliacao_672303_1130" value="" type="hidden">
                <input name="nr_Nota_672303_1130" id="nr_Nota_672303_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_1140" id="ci_AlunoAvaliacao_672303_1140" value="" type="hidden">
                <input name="nr_Nota_672303_1140" id="nr_Nota_672303_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_1200" id="ci_AlunoAvaliacao_672303_1200" value="" type="hidden">
                <input name="nr_Nota_672303_1200" id="nr_Nota_672303_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_1620" id="ci_AlunoAvaliacao_672303_1620" value="" type="hidden">
                <input name="nr_Nota_672303_1620" id="nr_Nota_672303_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_672303_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_672303_1730" id="ci_AlunoAvaliacao_672303_1730" value="" type="hidden">
                <input name="nr_Nota_672303_1730" id="nr_Nota_672303_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1228390&nbsp;JOSE GENEUTON BARROS JUNIOR
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="1228390" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228390_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_154" id="ci_AlunoAvaliacao_1228390_154" value="" type="hidden">
                <input name="nr_Nota_1228390_154" id="nr_Nota_1228390_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_160" id="ci_AlunoAvaliacao_1228390_160" value="" type="hidden">
                <input name="nr_Nota_1228390_160" id="nr_Nota_1228390_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_530" id="ci_AlunoAvaliacao_1228390_530" value="" type="hidden">
                <input name="nr_Nota_1228390_530" id="nr_Nota_1228390_530" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_780" id="ci_AlunoAvaliacao_1228390_780" value="" type="hidden">
                <input name="nr_Nota_1228390_780" id="nr_Nota_1228390_780" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_800" id="ci_AlunoAvaliacao_1228390_800" value="" type="hidden">
                <input name="nr_Nota_1228390_800" id="nr_Nota_1228390_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_890" id="ci_AlunoAvaliacao_1228390_890" value="" type="hidden">
                <input name="nr_Nota_1228390_890" id="nr_Nota_1228390_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_970" id="ci_AlunoAvaliacao_1228390_970" value="" type="hidden">
                <input name="nr_Nota_1228390_970" id="nr_Nota_1228390_970" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_3330" id="ci_AlunoAvaliacao_1228390_3330" value="" type="hidden">
                <input name="nr_Nota_1228390_3330" id="nr_Nota_1228390_3330" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_1130" id="ci_AlunoAvaliacao_1228390_1130" value="" type="hidden">
                <input name="nr_Nota_1228390_1130" id="nr_Nota_1228390_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_1140" id="ci_AlunoAvaliacao_1228390_1140" value="" type="hidden">
                <input name="nr_Nota_1228390_1140" id="nr_Nota_1228390_1140" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_1200" id="ci_AlunoAvaliacao_1228390_1200" value="" type="hidden">
                <input name="nr_Nota_1228390_1200" id="nr_Nota_1228390_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_1620" id="ci_AlunoAvaliacao_1228390_1620" value="" type="hidden">
                <input name="nr_Nota_1228390_1620" id="nr_Nota_1228390_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228390_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228390_1730" id="ci_AlunoAvaliacao_1228390_1730" value="" type="hidden">
                <input name="nr_Nota_1228390_1730" id="nr_Nota_1228390_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1181392&nbsp;MARCELO JUNIOR APARECIDO DA SILVA
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="1181392" type="hidden"></td>
            
            <td id="colunaNotaAluno_1181392_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_154" id="ci_AlunoAvaliacao_1181392_154" value="" type="hidden">
                <input name="nr_Nota_1181392_154" id="nr_Nota_1181392_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_160" id="ci_AlunoAvaliacao_1181392_160" value="" type="hidden">
                <input name="nr_Nota_1181392_160" id="nr_Nota_1181392_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_530" id="ci_AlunoAvaliacao_1181392_530" value="" type="hidden">
                <input name="nr_Nota_1181392_530" id="nr_Nota_1181392_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_780" id="ci_AlunoAvaliacao_1181392_780" value="" type="hidden">
                <input name="nr_Nota_1181392_780" id="nr_Nota_1181392_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_800" id="ci_AlunoAvaliacao_1181392_800" value="" type="hidden">
                <input name="nr_Nota_1181392_800" id="nr_Nota_1181392_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_890" id="ci_AlunoAvaliacao_1181392_890" value="" type="hidden">
                <input name="nr_Nota_1181392_890" id="nr_Nota_1181392_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_970" id="ci_AlunoAvaliacao_1181392_970" value="" type="hidden">
                <input name="nr_Nota_1181392_970" id="nr_Nota_1181392_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_3330" id="ci_AlunoAvaliacao_1181392_3330" value="" type="hidden">
                <input name="nr_Nota_1181392_3330" id="nr_Nota_1181392_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_1130" id="ci_AlunoAvaliacao_1181392_1130" value="" type="hidden">
                <input name="nr_Nota_1181392_1130" id="nr_Nota_1181392_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_1140" id="ci_AlunoAvaliacao_1181392_1140" value="" type="hidden">
                <input name="nr_Nota_1181392_1140" id="nr_Nota_1181392_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_1200" id="ci_AlunoAvaliacao_1181392_1200" value="" type="hidden">
                <input name="nr_Nota_1181392_1200" id="nr_Nota_1181392_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_1620" id="ci_AlunoAvaliacao_1181392_1620" value="" type="hidden">
                <input name="nr_Nota_1181392_1620" id="nr_Nota_1181392_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1181392_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1181392_1730" id="ci_AlunoAvaliacao_1181392_1730" value="" type="hidden">
                <input name="nr_Nota_1181392_1730" id="nr_Nota_1181392_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1196247&nbsp;MARIA CAMILA FERNANDO LOPES
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="1196247" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196247_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_154" id="ci_AlunoAvaliacao_1196247_154" value="" type="hidden">
                <input name="nr_Nota_1196247_154" id="nr_Nota_1196247_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_160" id="ci_AlunoAvaliacao_1196247_160" value="" type="hidden">
                <input name="nr_Nota_1196247_160" id="nr_Nota_1196247_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_530" id="ci_AlunoAvaliacao_1196247_530" value="" type="hidden">
                <input name="nr_Nota_1196247_530" id="nr_Nota_1196247_530" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_780" id="ci_AlunoAvaliacao_1196247_780" value="" type="hidden">
                <input name="nr_Nota_1196247_780" id="nr_Nota_1196247_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_800" id="ci_AlunoAvaliacao_1196247_800" value="" type="hidden">
                <input name="nr_Nota_1196247_800" id="nr_Nota_1196247_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_890" id="ci_AlunoAvaliacao_1196247_890" value="" type="hidden">
                <input name="nr_Nota_1196247_890" id="nr_Nota_1196247_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_970" id="ci_AlunoAvaliacao_1196247_970" value="" type="hidden">
                <input name="nr_Nota_1196247_970" id="nr_Nota_1196247_970" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_3330" id="ci_AlunoAvaliacao_1196247_3330" value="" type="hidden">
                <input name="nr_Nota_1196247_3330" id="nr_Nota_1196247_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_1130" id="ci_AlunoAvaliacao_1196247_1130" value="" type="hidden">
                <input name="nr_Nota_1196247_1130" id="nr_Nota_1196247_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_1140" id="ci_AlunoAvaliacao_1196247_1140" value="" type="hidden">
                <input name="nr_Nota_1196247_1140" id="nr_Nota_1196247_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_1200" id="ci_AlunoAvaliacao_1196247_1200" value="" type="hidden">
                <input name="nr_Nota_1196247_1200" id="nr_Nota_1196247_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_1620" id="ci_AlunoAvaliacao_1196247_1620" value="" type="hidden">
                <input name="nr_Nota_1196247_1620" id="nr_Nota_1196247_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196247_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196247_1730" id="ci_AlunoAvaliacao_1196247_1730" value="" type="hidden">
                <input name="nr_Nota_1196247_1730" id="nr_Nota_1196247_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197532&nbsp;MAURI FERREIRA SALES JUNIOR
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="1197532" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197532_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_154" id="ci_AlunoAvaliacao_1197532_154" value="" type="hidden">
                <input name="nr_Nota_1197532_154" id="nr_Nota_1197532_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_160" id="ci_AlunoAvaliacao_1197532_160" value="" type="hidden">
                <input name="nr_Nota_1197532_160" id="nr_Nota_1197532_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_530" id="ci_AlunoAvaliacao_1197532_530" value="" type="hidden">
                <input name="nr_Nota_1197532_530" id="nr_Nota_1197532_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_780" id="ci_AlunoAvaliacao_1197532_780" value="" type="hidden">
                <input name="nr_Nota_1197532_780" id="nr_Nota_1197532_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_800" id="ci_AlunoAvaliacao_1197532_800" value="" type="hidden">
                <input name="nr_Nota_1197532_800" id="nr_Nota_1197532_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_890" id="ci_AlunoAvaliacao_1197532_890" value="" type="hidden">
                <input name="nr_Nota_1197532_890" id="nr_Nota_1197532_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_970" id="ci_AlunoAvaliacao_1197532_970" value="" type="hidden">
                <input name="nr_Nota_1197532_970" id="nr_Nota_1197532_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_3330" id="ci_AlunoAvaliacao_1197532_3330" value="" type="hidden">
                <input name="nr_Nota_1197532_3330" id="nr_Nota_1197532_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_1130" id="ci_AlunoAvaliacao_1197532_1130" value="" type="hidden">
                <input name="nr_Nota_1197532_1130" id="nr_Nota_1197532_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_1140" id="ci_AlunoAvaliacao_1197532_1140" value="" type="hidden">
                <input name="nr_Nota_1197532_1140" id="nr_Nota_1197532_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_1200" id="ci_AlunoAvaliacao_1197532_1200" value="" type="hidden">
                <input name="nr_Nota_1197532_1200" id="nr_Nota_1197532_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_1620" id="ci_AlunoAvaliacao_1197532_1620" value="" type="hidden">
                <input name="nr_Nota_1197532_1620" id="nr_Nota_1197532_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197532_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197532_1730" id="ci_AlunoAvaliacao_1197532_1730" value="" type="hidden">
                <input name="nr_Nota_1197532_1730" id="nr_Nota_1197532_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1167681&nbsp;MATHEUS CARVALHO REBOUCAS
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="1167681" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167681_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_154" id="ci_AlunoAvaliacao_1167681_154" value="" type="hidden">
                <input name="nr_Nota_1167681_154" id="nr_Nota_1167681_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_160" id="ci_AlunoAvaliacao_1167681_160" value="" type="hidden">
                <input name="nr_Nota_1167681_160" id="nr_Nota_1167681_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_530" id="ci_AlunoAvaliacao_1167681_530" value="" type="hidden">
                <input name="nr_Nota_1167681_530" id="nr_Nota_1167681_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_780" id="ci_AlunoAvaliacao_1167681_780" value="" type="hidden">
                <input name="nr_Nota_1167681_780" id="nr_Nota_1167681_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_800" id="ci_AlunoAvaliacao_1167681_800" value="" type="hidden">
                <input name="nr_Nota_1167681_800" id="nr_Nota_1167681_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_890" id="ci_AlunoAvaliacao_1167681_890" value="" type="hidden">
                <input name="nr_Nota_1167681_890" id="nr_Nota_1167681_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_970" id="ci_AlunoAvaliacao_1167681_970" value="" type="hidden">
                <input name="nr_Nota_1167681_970" id="nr_Nota_1167681_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_3330" id="ci_AlunoAvaliacao_1167681_3330" value="" type="hidden">
                <input name="nr_Nota_1167681_3330" id="nr_Nota_1167681_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_1130" id="ci_AlunoAvaliacao_1167681_1130" value="" type="hidden">
                <input name="nr_Nota_1167681_1130" id="nr_Nota_1167681_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_1140" id="ci_AlunoAvaliacao_1167681_1140" value="" type="hidden">
                <input name="nr_Nota_1167681_1140" id="nr_Nota_1167681_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_1200" id="ci_AlunoAvaliacao_1167681_1200" value="" type="hidden">
                <input name="nr_Nota_1167681_1200" id="nr_Nota_1167681_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_1620" id="ci_AlunoAvaliacao_1167681_1620" value="" type="hidden">
                <input name="nr_Nota_1167681_1620" id="nr_Nota_1167681_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167681_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167681_1730" id="ci_AlunoAvaliacao_1167681_1730" value="" type="hidden">
                <input name="nr_Nota_1167681_1730" id="nr_Nota_1167681_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;917067&nbsp;NAYANNE INACIO DA COSTA
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="917067" type="hidden"></td>
            
            <td id="colunaNotaAluno_917067_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_154" id="ci_AlunoAvaliacao_917067_154" value="" type="hidden">
                <input name="nr_Nota_917067_154" id="nr_Nota_917067_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_160" id="ci_AlunoAvaliacao_917067_160" value="" type="hidden">
                <input name="nr_Nota_917067_160" id="nr_Nota_917067_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_530" id="ci_AlunoAvaliacao_917067_530" value="" type="hidden">
                <input name="nr_Nota_917067_530" id="nr_Nota_917067_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_780" id="ci_AlunoAvaliacao_917067_780" value="" type="hidden">
                <input name="nr_Nota_917067_780" id="nr_Nota_917067_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_800" id="ci_AlunoAvaliacao_917067_800" value="" type="hidden">
                <input name="nr_Nota_917067_800" id="nr_Nota_917067_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_890" id="ci_AlunoAvaliacao_917067_890" value="" type="hidden">
                <input name="nr_Nota_917067_890" id="nr_Nota_917067_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_970" id="ci_AlunoAvaliacao_917067_970" value="" type="hidden">
                <input name="nr_Nota_917067_970" id="nr_Nota_917067_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_3330" id="ci_AlunoAvaliacao_917067_3330" value="" type="hidden">
                <input name="nr_Nota_917067_3330" id="nr_Nota_917067_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_1130" id="ci_AlunoAvaliacao_917067_1130" value="" type="hidden">
                <input name="nr_Nota_917067_1130" id="nr_Nota_917067_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_1140" id="ci_AlunoAvaliacao_917067_1140" value="" type="hidden">
                <input name="nr_Nota_917067_1140" id="nr_Nota_917067_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_1200" id="ci_AlunoAvaliacao_917067_1200" value="" type="hidden">
                <input name="nr_Nota_917067_1200" id="nr_Nota_917067_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_1620" id="ci_AlunoAvaliacao_917067_1620" value="" type="hidden">
                <input name="nr_Nota_917067_1620" id="nr_Nota_917067_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_917067_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_917067_1730" id="ci_AlunoAvaliacao_917067_1730" value="" type="hidden">
                <input name="nr_Nota_917067_1730" id="nr_Nota_917067_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1196092&nbsp;RAYANNE FURTADO ALVES DE CASTRO
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="1196092" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196092_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_154" id="ci_AlunoAvaliacao_1196092_154" value="" type="hidden">
                <input name="nr_Nota_1196092_154" id="nr_Nota_1196092_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_160" id="ci_AlunoAvaliacao_1196092_160" value="" type="hidden">
                <input name="nr_Nota_1196092_160" id="nr_Nota_1196092_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_530" id="ci_AlunoAvaliacao_1196092_530" value="" type="hidden">
                <input name="nr_Nota_1196092_530" id="nr_Nota_1196092_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_780" id="ci_AlunoAvaliacao_1196092_780" value="" type="hidden">
                <input name="nr_Nota_1196092_780" id="nr_Nota_1196092_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_800" id="ci_AlunoAvaliacao_1196092_800" value="" type="hidden">
                <input name="nr_Nota_1196092_800" id="nr_Nota_1196092_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_890" id="ci_AlunoAvaliacao_1196092_890" value="" type="hidden">
                <input name="nr_Nota_1196092_890" id="nr_Nota_1196092_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_970" id="ci_AlunoAvaliacao_1196092_970" value="" type="hidden">
                <input name="nr_Nota_1196092_970" id="nr_Nota_1196092_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_3330" id="ci_AlunoAvaliacao_1196092_3330" value="" type="hidden">
                <input name="nr_Nota_1196092_3330" id="nr_Nota_1196092_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_1130" id="ci_AlunoAvaliacao_1196092_1130" value="" type="hidden">
                <input name="nr_Nota_1196092_1130" id="nr_Nota_1196092_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_1140" id="ci_AlunoAvaliacao_1196092_1140" value="" type="hidden">
                <input name="nr_Nota_1196092_1140" id="nr_Nota_1196092_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_1200" id="ci_AlunoAvaliacao_1196092_1200" value="" type="hidden">
                <input name="nr_Nota_1196092_1200" id="nr_Nota_1196092_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_1620" id="ci_AlunoAvaliacao_1196092_1620" value="" type="hidden">
                <input name="nr_Nota_1196092_1620" id="nr_Nota_1196092_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196092_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196092_1730" id="ci_AlunoAvaliacao_1196092_1730" value="" type="hidden">
                <input name="nr_Nota_1196092_1730" id="nr_Nota_1196092_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2399754&nbsp;REBECA FERREIRA LEMOS
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="2399754" type="hidden"></td>
            
            <td id="colunaNotaAluno_2399754_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_154" id="ci_AlunoAvaliacao_2399754_154" value="" type="hidden">
                <input name="nr_Nota_2399754_154" id="nr_Nota_2399754_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_160" id="ci_AlunoAvaliacao_2399754_160" value="" type="hidden">
                <input name="nr_Nota_2399754_160" id="nr_Nota_2399754_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_530" id="ci_AlunoAvaliacao_2399754_530" value="" type="hidden">
                <input name="nr_Nota_2399754_530" id="nr_Nota_2399754_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_780" id="ci_AlunoAvaliacao_2399754_780" value="" type="hidden">
                <input name="nr_Nota_2399754_780" id="nr_Nota_2399754_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_800" id="ci_AlunoAvaliacao_2399754_800" value="" type="hidden">
                <input name="nr_Nota_2399754_800" id="nr_Nota_2399754_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_890" id="ci_AlunoAvaliacao_2399754_890" value="" type="hidden">
                <input name="nr_Nota_2399754_890" id="nr_Nota_2399754_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_970" id="ci_AlunoAvaliacao_2399754_970" value="" type="hidden">
                <input name="nr_Nota_2399754_970" id="nr_Nota_2399754_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_3330" id="ci_AlunoAvaliacao_2399754_3330" value="" type="hidden">
                <input name="nr_Nota_2399754_3330" id="nr_Nota_2399754_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_1130" id="ci_AlunoAvaliacao_2399754_1130" value="" type="hidden">
                <input name="nr_Nota_2399754_1130" id="nr_Nota_2399754_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_1140" id="ci_AlunoAvaliacao_2399754_1140" value="" type="hidden">
                <input name="nr_Nota_2399754_1140" id="nr_Nota_2399754_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_1200" id="ci_AlunoAvaliacao_2399754_1200" value="" type="hidden">
                <input name="nr_Nota_2399754_1200" id="nr_Nota_2399754_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_1620" id="ci_AlunoAvaliacao_2399754_1620" value="" type="hidden">
                <input name="nr_Nota_2399754_1620" id="nr_Nota_2399754_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2399754_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2399754_1730" id="ci_AlunoAvaliacao_2399754_1730" value="" type="hidden">
                <input name="nr_Nota_2399754_1730" id="nr_Nota_2399754_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;477931&nbsp;RICARTHE MARQUES DE OLIVEIRA
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="477931" type="hidden"></td>
            
            <td id="colunaNotaAluno_477931_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_154" id="ci_AlunoAvaliacao_477931_154" value="" type="hidden">
                <input name="nr_Nota_477931_154" id="nr_Nota_477931_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_160" id="ci_AlunoAvaliacao_477931_160" value="" type="hidden">
                <input name="nr_Nota_477931_160" id="nr_Nota_477931_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_530" id="ci_AlunoAvaliacao_477931_530" value="" type="hidden">
                <input name="nr_Nota_477931_530" id="nr_Nota_477931_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_780" id="ci_AlunoAvaliacao_477931_780" value="" type="hidden">
                <input name="nr_Nota_477931_780" id="nr_Nota_477931_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_800" id="ci_AlunoAvaliacao_477931_800" value="" type="hidden">
                <input name="nr_Nota_477931_800" id="nr_Nota_477931_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_890" id="ci_AlunoAvaliacao_477931_890" value="" type="hidden">
                <input name="nr_Nota_477931_890" id="nr_Nota_477931_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_970" id="ci_AlunoAvaliacao_477931_970" value="" type="hidden">
                <input name="nr_Nota_477931_970" id="nr_Nota_477931_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_3330" id="ci_AlunoAvaliacao_477931_3330" value="" type="hidden">
                <input name="nr_Nota_477931_3330" id="nr_Nota_477931_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_1130" id="ci_AlunoAvaliacao_477931_1130" value="" type="hidden">
                <input name="nr_Nota_477931_1130" id="nr_Nota_477931_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_1140" id="ci_AlunoAvaliacao_477931_1140" value="" type="hidden">
                <input name="nr_Nota_477931_1140" id="nr_Nota_477931_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_1200" id="ci_AlunoAvaliacao_477931_1200" value="" type="hidden">
                <input name="nr_Nota_477931_1200" id="nr_Nota_477931_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_1620" id="ci_AlunoAvaliacao_477931_1620" value="" type="hidden">
                <input name="nr_Nota_477931_1620" id="nr_Nota_477931_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477931_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477931_1730" id="ci_AlunoAvaliacao_477931_1730" value="" type="hidden">
                <input name="nr_Nota_477931_1730" id="nr_Nota_477931_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1291970&nbsp;STEPHANIE SANTOS ALENCAR
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1291970" type="hidden"></td>
            
            <td id="colunaNotaAluno_1291970_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_154" id="ci_AlunoAvaliacao_1291970_154" value="" type="hidden">
                <input name="nr_Nota_1291970_154" id="nr_Nota_1291970_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_160" id="ci_AlunoAvaliacao_1291970_160" value="" type="hidden">
                <input name="nr_Nota_1291970_160" id="nr_Nota_1291970_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_530" id="ci_AlunoAvaliacao_1291970_530" value="" type="hidden">
                <input name="nr_Nota_1291970_530" id="nr_Nota_1291970_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_780" id="ci_AlunoAvaliacao_1291970_780" value="" type="hidden">
                <input name="nr_Nota_1291970_780" id="nr_Nota_1291970_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_800" id="ci_AlunoAvaliacao_1291970_800" value="" type="hidden">
                <input name="nr_Nota_1291970_800" id="nr_Nota_1291970_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_890" id="ci_AlunoAvaliacao_1291970_890" value="" type="hidden">
                <input name="nr_Nota_1291970_890" id="nr_Nota_1291970_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_970" id="ci_AlunoAvaliacao_1291970_970" value="" type="hidden">
                <input name="nr_Nota_1291970_970" id="nr_Nota_1291970_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_3330" id="ci_AlunoAvaliacao_1291970_3330" value="" type="hidden">
                <input name="nr_Nota_1291970_3330" id="nr_Nota_1291970_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_1130" id="ci_AlunoAvaliacao_1291970_1130" value="" type="hidden">
                <input name="nr_Nota_1291970_1130" id="nr_Nota_1291970_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_1140" id="ci_AlunoAvaliacao_1291970_1140" value="" type="hidden">
                <input name="nr_Nota_1291970_1140" id="nr_Nota_1291970_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_1200" id="ci_AlunoAvaliacao_1291970_1200" value="" type="hidden">
                <input name="nr_Nota_1291970_1200" id="nr_Nota_1291970_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_1620" id="ci_AlunoAvaliacao_1291970_1620" value="" type="hidden">
                <input name="nr_Nota_1291970_1620" id="nr_Nota_1291970_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1291970_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1291970_1730" id="ci_AlunoAvaliacao_1291970_1730" value="" type="hidden">
                <input name="nr_Nota_1291970_1730" id="nr_Nota_1291970_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1288086&nbsp;THAIS CAMILLA COSTA MESQUITA
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="1288086" type="hidden"></td>
            
            <td id="colunaNotaAluno_1288086_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_154" id="ci_AlunoAvaliacao_1288086_154" value="" type="hidden">
                <input name="nr_Nota_1288086_154" id="nr_Nota_1288086_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_160" id="ci_AlunoAvaliacao_1288086_160" value="" type="hidden">
                <input name="nr_Nota_1288086_160" id="nr_Nota_1288086_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_530" id="ci_AlunoAvaliacao_1288086_530" value="" type="hidden">
                <input name="nr_Nota_1288086_530" id="nr_Nota_1288086_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_780" id="ci_AlunoAvaliacao_1288086_780" value="" type="hidden">
                <input name="nr_Nota_1288086_780" id="nr_Nota_1288086_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_800" id="ci_AlunoAvaliacao_1288086_800" value="" type="hidden">
                <input name="nr_Nota_1288086_800" id="nr_Nota_1288086_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_890" id="ci_AlunoAvaliacao_1288086_890" value="" type="hidden">
                <input name="nr_Nota_1288086_890" id="nr_Nota_1288086_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_970" id="ci_AlunoAvaliacao_1288086_970" value="" type="hidden">
                <input name="nr_Nota_1288086_970" id="nr_Nota_1288086_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_3330" id="ci_AlunoAvaliacao_1288086_3330" value="" type="hidden">
                <input name="nr_Nota_1288086_3330" id="nr_Nota_1288086_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_1130" id="ci_AlunoAvaliacao_1288086_1130" value="" type="hidden">
                <input name="nr_Nota_1288086_1130" id="nr_Nota_1288086_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_1140" id="ci_AlunoAvaliacao_1288086_1140" value="" type="hidden">
                <input name="nr_Nota_1288086_1140" id="nr_Nota_1288086_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_1200" id="ci_AlunoAvaliacao_1288086_1200" value="" type="hidden">
                <input name="nr_Nota_1288086_1200" id="nr_Nota_1288086_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_1620" id="ci_AlunoAvaliacao_1288086_1620" value="" type="hidden">
                <input name="nr_Nota_1288086_1620" id="nr_Nota_1288086_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1288086_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1288086_1730" id="ci_AlunoAvaliacao_1288086_1730" value="" type="hidden">
                <input name="nr_Nota_1288086_1730" id="nr_Nota_1288086_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <table width="99%" border="0" cellpadding="0" cellspacing="0">
                <tbody><tr>
                  <td><span class="azul_bold"><br>
                    * Notas em AZUL, esto aprovados.</span><br>
                    <span class="vermelho_bold">
                    
                    * Notas em Vermelho, esto reprovados.
                    
                    </span></td>
                </tr>
              </tbody></table>
              
              <br>
              
              <br>
                            
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 337px; left: 853px;" id="tooltip"><h3>LINGUA ESTRANGEIRA (INGLES)</h3><div class="body">ERIC BRENO SANTOS DE MELO</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>